*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-image: url(/2bim/imgs/888686938953370280.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 30px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}

.site-header {
  background-color: #d12a2a;
  width: 100%;
  padding: 15px 20px;
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-link {
  color: #f3e0b8;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.nav-link:hover {
  border-bottom-color: currentColor;
}

.nav-link.active {
  border-bottom-color: currentColor;
}



h1 {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-indent: 30px;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 10px;

}

p {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  font-weight: 400;
  margin: 0.7vh;
  text-indent: 30px;
}

h2 {
  font-size: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 2vh;
  font-weight: 600;
}

.footer {
  background: #3b2715;
  border-top: 3px solid #c4a46d;
  padding: 10px 10px;
  text-align: center;
  color: #f0e0c0;
  font-family: 'Cinzel', serif;
  padding: 2vh;
}

.footer-content {
  max-width: 1000px;
  margin: auto;
}

.footer-links {
  margin: 15px 0;
}

.footer-links a {
  color: #d9bf8a;
  text-decoration: none;
  margin: 0 15px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff0c7;
  text-shadow: 0 0 8px #d9bf8a;
}

.footer-frase {
  font-style: italic;
  opacity: 0.8;
  margin-top: 15px;
}

.secao-capa {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 45px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.conteudo-lado-a-lado {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.moldura-livro {
  max-width: 320px;
  min-width: 250px;
  width: 35%;
  background-color: #1a0f00;
  padding: 6px;
  border: 3px solid #8c2323;
  flex-shrink: 0;
}

.imagem-capa {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
}

.paragrafo {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.paragrafo p {
  text-align: justify;
}

.paragrafo h2 {
  text-align: left;
}

section:not(.secao-capa) {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}

section:not(.secao-capa) p {
  text-align: justify;
}

main {
  padding-bottom: 2vh;
}

@media (max-width: 768px) {
  .conteudo-lado-a-lado {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .moldura-livro {
    width: 80%;
    max-width: 350px;
    min-width: unset;
  }

  .paragrafo {
    min-width: unset;
    width: 100%;
    padding-right: 0; 
  }

  .secao-capa {
    padding: 0 20px;
  }

  section:not(.secao-capa) {
    padding: 0 20px;
  }
}

@media (max-width:600px){
  body{
    background-image: url(/2bim/imgs/fundo-2.jpeg);
    background-size: cover;
    background-attachment: fixed;
  }
}